Fresh project build error on ios
See original GitHub issue@hamdiwanis commented on Sun Dec 16 2018
Environment
- CLI: 5.1.0
- Cross-platform modules: 5.1.0
- Android Runtime: 5.1.0
- iOS Runtime: 5.1.0
- Plugin(s): none
Describe the bug
i get this error with ios build
linking ObjC for iOS Simulator, but dylib (/Volumes/project/platforms/ios/internal/NativeScript.framework/NativeScript) was compiled for MacOSX
ld: framework not found CoreServices for architecture i386
To Reproduce
tns create test
cd test
npm i
tns run ios
@NickIliev commented on Mon Dec 17 2018
@hamdiwanis what is the simulator/device you are running on?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
[SOLVED] React Native 0.70.0 iOs fresh project errors out on ...
After hours of investigation I finally figured out what was the problem. The first part is related to upgrading to react-native 0.70.x and ......
Read more >Xcode build and clean fails without errors - Apple Developer
Any project I try and clean or run on xcode fails without errors. I've tried multiple projects all failing the same way. I...
Read more >error Failed to build iOS project. We ran "xcodebuild ...
I have analysed on similar lines and concluded that clean is causing the archive to fail. So, the new build system is not...
Read more >Oh dear! Build errors? - LoopDocs - GitHub Pages
Open your project in Xcode as normal. Then go to the menu bar at the top of the screen and find the "Product"...
Read more >Creating your first build - Expo Documentation
If you encounter any issues along the way, you can reach out on the Expo forums or ... A React Native Android and/or...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@hamdiwanis ok on second thought it seems that the issue you are hitting seems related to this one. We are not able to reproduce the issue but it might be related to a messed up XCode environment- if possible please try reinstalling the XCode
thanks but with both solutions still get the same error
ld: framework not found CoreServices for architecture i386