NativeScript / sample-ios-embedded

Embedding the NativeScript for iOS runtime in an existing app
19 stars 8 forks source link

ld: can't open -sectcreate file: Library/Developer/Xcode/DerivedData/HelloWorldNativeApp-aosmgwqsrbdjrufnrjlqfewjinhh/Build/Products/Debug-iphoneos/metadata-arm64.bin clang: error: linker command failed with exit code 1 (use -v to see invocation) #13

Open shankarphadatare opened 5 years ago

shankarphadatare commented 5 years ago

I have existing iOS project and wanted to embed NativeScript Code base: Followed steps mentioned in sampel-iOS-Embedded. but when i run project the started giving below error.

ld: can't open -sectcreate file: ~/Library/Developer/Xcode/DerivedData/HelloWorldNativeApp-aosmgwqsrbdjrufnrjlqfewjinhh/Build/Products/Debug-iphoneos/metadata-arm64.bin clang: error: linker command failed with exit code 1 (use -v to see invocation)

I followed all steps to embed Nativescript codebase and started giving this error. Below I am using. XCode Version : 9.0.1 and 10.0 TNS version: 4.2.4 and more details are as below. ⚠ Update available for component nativescript. Your current version is 4.2.4 and the latest available version is 5.0.2. ✔ Component tns-core-modules has 5.0.5 version and is up to date. ✔ Component tns-android has 5.0.0 version and is up to date. ✔ Component tns-ios has 5.0.0 version and is up to date.

Kindly help to resolve the issue.

screen shot 2018-11-29 at 10 06 18 am