-
-
Notifications
You must be signed in to change notification settings - Fork 197
EXPORT FAILED xcode 8.3 #2702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Just to clarify, you change the "nativescript.id" key in the package.json from something like "org.nativescript.testApp" to something like "com.telerik.BestAppEver", right? |
Yes, that's correct. |
I have basically the same issue. |
I am having the same issue as @pierreis |
I have to add that compiling and running on device the app directly within Xcode (opening the .xcodeproj in platforms/ios) works without problem. |
that used to work for me but I am now using webpack and am unable to build via xcode |
I had the same issue and this keeps popping from time to time. This issue is not related with changing the "nativescript.id". Its more related with ruby warnings. If you use RVM, please run For me running |
@vip-git hmm I cant ru neither of those commands |
@SamuelGRwebfab Are you getting the same error ?
Which operating system are you using ? |
@vip-git no i am no longer getting an export error. My error is |
@SamuelGRwebfab : Have you tried this : |
I am also getting this error. I am running 2.5.4, and building on my device worked before. THe exact error I am getting is:
@SamuelGRwebfab did you ever find a solution? I tried setting my Pods framework to Optional but that didnt make a difference. |
Have you tried running : Which operating system are you using ? |
@vip-git I did try running that, but I got this error when running tns run ios after: I then ran rvm default to get it to at least build, but it still wont deploy on my device. |
Here is what I did to resolve my issue : After running those two commands, I can now successfully run |
Yea I solved it by running |
nice 🥇 |
Hey all, do you still have this problem or the proposed solutions worked for you and we can close the issue? |
I started having this problem with TNS 3 when trying to deploy to a physical iOS device. Simulator works fine, but when trying to deploy to a physical device, I get the same " This only applies to an app I've been trying to upgrade from TNS 2.5. New apps created with CLI deploy okay. I've tried the suggested workarounds in this thread, but they haven't solved the problem. Are there any other suggestions for debugging this issue? Are there other caches to try clearing? UPDATE UPDATE 2 UPDATE 3 |
Guys, I had the same error here using Nativescript 3.0:
SOLUTION
|
@odubuc @smarza @toddanglin @vip-git @davecoffin @pierreis If you log an issue, please try to provide as much info as you can:
|
I have the same problem with |
I’ve been having the same problem since Sunday. Did you get a solution? error: archive not found at path ‘/Users/brenomayder/Documents/naCampanha/mobile/platforms/ios/naCampanha.xcarchive’ (node:2670) UnhandledPromiseRejectionWarning: Error code 65 for command: xcodebuild with args: -exportArchive,-archivePath,naCampanha.xcarchive,-exportOptionsPlist,/Users/brenomayder/Documents/naCampanha/mobile/platforms/ios/exportOptions.plist,-exportPath,/Users/brenomayder/Documents/naCampanha/mobile/platforms/ios/build/device Mayders-Mac:mobile brenomayder$ ionic info cli packages: (/usr/local/lib/node_modules) @ionic/cli-utils : 1.19.2 cordova (Cordova CLI) : 8.0.0 @ionic/app-scripts : 3.1.9 ios-deploy : 1.9.2 ANDROID_HOME : not set backend : pro |
Hey @mayder , |
After the Update to 2.5.4, with xcode 8.3 I'm getting this error with an empty project
tns create testApp
change package.json for a valid provisioning profile
tns run ios
tns device
displays my device correctly with status connectedI'm only getting this error with a physical iphone (iphone 6)
The text was updated successfully, but these errors were encountered: