-
-
Notifications
You must be signed in to change notification settings - Fork 196
Closed
Description
From @SandipFichadiya on May 5, 2017 14:43
Tell us about the problem
I had tried to run my native-script app from xcode 8.2.1. But it is throwing following error:
Run custom shell script ‘Nativescript PostBuild’
PhaseScriptExecution NativeScript\ PostBuild /Users/myUser/Library/Developer/Xcode/DerivedData/demoProject-fbnjhlljfjrtmscikekuxmygrfcw/Build/Intermediates/demoProject.build/Debug-iphonesimulator/demoProject.build/Script-CD3EAD351B05FF060042DBFC.sh
cd "/Users/myUser/Desktop/demoProject/platforms/ios"
/bin/sh -c /Users/myUser/Library/Developer/Xcode/DerivedData/demoProject-fbnjhlljfjrtmscikekuxmygrfcw/Build/Intermediates/demoProject.build/Debug-iphonesimulator/demoProject.build/Script-CD3EAD351B05FF060042DBFC.sh
~/Desktop/demoProject/platforms/ios/internal ~/Desktop/demoProject/platforms/ios
Stripping frameworks
fatal error: lipo: -remove's specified would result in an empty fat file
Which platform(s) does your issue occur on?
iOS
Please provide the following version numbers that your issue occurs with:
- CLI: 2.5.0
- Cross-platform modules: 2.5.2
- Runtime(s): 2.5.0
Copied from original issue: NativeScript/NativeScript#4128
rmaugusto