You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to execute tns run ios --device 1 but I am getting the following error:
**BUILD FAILED
The following build commands failed:
PhaseScriptExecution NativeScript\ PostBuild /Users/danieldragnev/Library/Developer/Xcode/DerivedData/vlmobile-dltdszpmttvwrggquktgdsxlreac/Build/Intermediates/vlmobile.build/Debug-iphoneos/vlmobile.build/S
cript-CD3EAD351B05FF060042DBFC.sh
(1 failure)
Unable to apply changes on device: 627fc6038a935c7d6fa76316c447e4cbe8ca8116. Error is: Command xcodebuild failed with exit code 65.
Executing before-watch hook from /Users/danieldragnev/Documents/Projects/vlmobile/hooks/before-watch/nativescript-dev-typescript.js
Found peer TypeScript 2.2.2
6:01:08 AM - Compilation complete. Watching for file changes.**
I have set my debug and release provisioning profiles in Xcode's General tab. The device is registered at developer.apple.com. The device is listed as #1 when I run tns device.
If I try to build the project in Xcode I am getting:
diff: /Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
Hello,
I am trying to execute tns run ios --device 1 but I am getting the following error:
**BUILD FAILED
The following build commands failed:
PhaseScriptExecution NativeScript\ PostBuild /Users/danieldragnev/Library/Developer/Xcode/DerivedData/vlmobile-dltdszpmttvwrggquktgdsxlreac/Build/Intermediates/vlmobile.build/Debug-iphoneos/vlmobile.build/S
cript-CD3EAD351B05FF060042DBFC.sh
(1 failure)
Unable to apply changes on device: 627fc6038a935c7d6fa76316c447e4cbe8ca8116. Error is: Command xcodebuild failed with exit code 65.
Executing before-watch hook from /Users/danieldragnev/Documents/Projects/vlmobile/hooks/before-watch/nativescript-dev-typescript.js
Found peer TypeScript 2.2.2
6:01:08 AM - Compilation complete. Watching for file changes.**
Here is my package.json:
I have set my debug and release provisioning profiles in Xcode's General tab. The device is registered at developer.apple.com. The device is listed as #1 when I run tns device.
If I try to build the project in Xcode I am getting:
diff: /Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
However, tns build ios succeeds.
Tha last change I made was to install https://github.com/tjvantoll/nativescript-IQKeyboardManager. I don't know if this has anything to do or not.
Any ideas on what could be wrong?
The text was updated successfully, but these errors were encountered: