ANSWERED

Getting error "Command PhaseScriptExecution failed with a nonzero exit code"

![](<>) ![](https://files.readme.io/f9ff3fc-image.png)
ANSWERED

'pod install' error Unable to add a source with url

After doing the steps to configure OneSignal i have noticed others as well having same issue with named `gonativeio-gonative-specs` As the code cannot locate anymore seems to be `404 gonativeio/gonative-specs.git` Can you assist us with the right path to do it manually as ``` >pwd §USER§/ios/ >ls §APPNAME§.xcodeproj LeanIOS Podfile.lock lib §APPNAME§.xcworkspace LeanIOSTests Pods plugins.rb GoogleService-Info.plist OneSignalNotificationServiceExtension Project.entitlements INSTRUCTIONS-TO-OPEN.txt Podfile README.md > pod install Analyzing dependencies Cloning spec repo `gonativeio-gonative-specs` from `[email protected]:gonativeio/gonative-specs.git` [!] Unable to add a source with url `[email protected]:gonativeio/gonative-specs.git` named `gonativeio-gonative-specs`. You can try adding it manually in `/Users/§USER§/.cocoapods/repos` or via `pod repo add`. ``` [](<>) ``` >pwd §USER§/.cocoapods/repos/ >pod repo add [!] Adding a repo needs a `NAME` and a `URL`. Usage: $ pod repo add NAME URL [BRANCH] Clones `URL` in the local spec-repos directory at `/Users/a7mdarts/.cocoapods/repos`. The remote can later be referred to by `NAME`. ``` please provide us with the right URL.
ANSWERED

Camera access via file uploader on Android 13

In the latest build of our mobile application using GoNative, we received feedback that opening the file explorer in an Android 13 device no longer brings up the option to access the camera. It simply pops the file explorer up. This behavior doesn't happen when accessing the application directly via Chrome, nor does it happen on either older devices or older builds with GoNative. What might have changed, and what can we do to fix this?
ANSWERED

"Unsafe app blocked" issue by Google Play Protect

Hello, we tested the application on two Android devices. During installation, the error "Unsafe app blocked" is received by Google Play Protect. Where is the problem and what is the solution? Below is a screenshot that shows the error: <https://www.mediafire.com/file/rahlpxcrer4rmvk/photo_2023-07-13_01-22-10.jpg/file> (Although the "Install Anyway" option is there, we don't want this error to be displayed because it makes the user feel insecure and we face problems in presenting it in other markets.)
ANSWERED

Android - "App update from GoNative.io is required" using latest build

Hello, Pushing the latest version into production of a build we've made yesterday via gonative app builder, users still get that notification while starting the app. As it doesn't directly disrupt the functionality of the app, it looks a bit unprofessional from our side to keep it that way. Anything that can be done to solve that issue? The process has been done as following: 1. Rebuild source 2. Rebuild App ( APK & Bundle ) Thanks.
ANSWERED

Wordpress to APP

Hi. I am wondering if GoNative is able to convert a complex Wordpress website to an app. Something with complex forms and data management. Something with location tracking and push notifications? I don't have anything ready to show, but I am building a kind of shipping marketplace and I will need an app version of it. Can that be converted with your service? Thanks
ANSWERED

Archive error: PhaseScriptExecution failed with a nonzero exit code

When archiving the app I get this error: ios/Pods/Target Support Files/GoNativeCore/GoNativeCore-xcframeworks.sh: Permission denied Command PhaseScriptExecution failed with a nonzero exit code Any idea what's causing it? Please note that I opened the file ending in .xcworkspace which created the pod. And then added a new target to the pod which is the app that I tried to archive. Thank you
ANSWERED

IOS access to microphone

Our website allows users to record an playback their own voice. Safari on IOS will generally ask the user for permission to use the microphone for every webpage that attempts to access the microphone, unless you change the website settings from the address bar and grant access to the microphone for the entire domain. In the Gonative app this setting is not accessible because there is no address bar. Is there another way to grant access - or let the user grant access to the microphone for the entire domain the app is built for?
ANSWERED

Error: Phasescriptexecution failed with a nonzero exit code

When trying to build the ipa app, this error appears, the instructions on the net are not effective, is it because the Targets Support File folder causes the error? PhaseScriptExecution [CP]\\ Copy\\ XCFrameworks /Users/macbookair/Library/Developer/Xcode/DerivedData/PhiTien-ftfqiblcnbzmbbgejpstpemxjvla/Build/Intermediates.noindex/ArchiveIntermediates/PhiTien/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/GoNativeCore.build/Script-5F313F104D5595DD031BBB71A0C6A5A2.sh (in target 'GoNativeCore' from project 'Pods') cd /Users/macbookair/Desktop/ios/Pods /bin/sh -c /Users/macbookair/Library/Developer/Xcode/DerivedData/PhiTien-ftfqiblcnbzmbbgejpstpemxjvla/Build/Intermediates.noindex/ArchiveIntermediates/PhiTien/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/GoNativeCore.build/Script-5F313F104D5595DD031BBB71A0C6A5A2.sh /Users/macbookair/Library/Developer/Xcode/DerivedData/PhiTien-ftfqiblcnbzmbbgejpstpemxjvla/Build/Intermediates.noindex/ArchiveIntermediates/PhiTien/IntermediateBuildFilesPath/Pods.build/Release-iphoneos/GoNativeCore.build/Script-5F313F104D5595DD031BBB71A0C6A5A2.sh: /Users/macbookair/Desktop/ios/Pods/Target Support Files/GoNativeCore/GoNativeCore-xcframeworks.sh: /bin/sh: bad interpreter: Operation not permitted Command PhaseScriptExecution failed with a nonzero exit code
ANSWERED

Facebook login web browser

https://developers.facebook.com/blog/post/2021/06/28/deprecating-support-fb-login-authentication-android-embedded-browsers/ how do i fix it?