question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
NickIlievcommented, Dec 18, 2018

@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

0reactions
hamdiwaniscommented, Dec 17, 2018

thanks but with both solutions still get the same error ld: framework not found CoreServices for architecture i386

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found