decosoftware / decosoftware/deco-ide

Error in Xcode no link with libReact.a and others related libraries

Open
#84 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
5.8k
Forks
300
PR merge metrics
No merged PRs in 30d

Description

Hi All

i have a Project created with Deco,
With the Deco simulator all work well, but, when i open the ios project and start the simulator from XCode i get this errors

```
Ld /Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Intermediates/Project.build/Debug-iphonesimulator/Project.build/Objects-normal/i386/Project normal i386
cd /Users/ogonbat/Documents/React/postybike/ios
export IPHONEOS_DEPLOYMENT_TARGET=7.0
export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk -L/Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator -F/Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator -filelist /Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Intermediates/Project.build/Debug-iphonesimulator/Project.build/Objects-normal/i386/Project.LinkFileList -Xlinker -rpath -Xlinker @executable_path/Frameworks -mios-simulator-version-min=7.0 -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -ObjC -fobjc-arc -fobjc-link-runtime /Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libReact.a /Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTActionSheet.a /Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTGeolocation.a /Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTImage.a /Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTLinking.a /Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTNetwork.a /Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTSettings.a /Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTText.a /Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTVibration.a /Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTWebSocket.a -lRNVectorIcons -Xlinker -dependency_info -Xlinker /Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Intermediates/Project.build/Debug-iphonesimulator/Project.build/Objects-normal/i386/Project_dependency_info.dat -o /Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Intermediates/Project.build/Debug-iphonesimulator/Project.build/Objects-normal/i386/Project

clang: error: no such file or directory: '/Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libReact.a'
clang: error: no such file or directory: '/Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTActionSheet.a'
clang: error: no such file or directory: '/Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTGeolocation.a'
clang: error: no such file or directory: '/Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTImage.a'
clang: error: no such file or directory: '/Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTLinking.a'
clang: error: no such file or directory: '/Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTNetwork.a'
clang: error: no such file or directory: '/Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTSettings.a'
clang: error: no such file or directory: '/Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTText.a'
clang: error: no such file or directory: '/Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTVibration.a'
clang: error: no such file or directory: '/Users/ogonbat/Library/Developer/Xcode/DerivedData/Project-cajvgkbsqoraoaalunmlafulzwyv/Build/Products/Debug-iphonesimulator/libRCTWebSocket.a'
```

To be clear have no libReact.a and other libraries into the ios project, is not a problem with link because i have checked and all these libraries are linked

Thanks in advance for your help

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.