simwx123 / moviesApp

0 stars 0 forks source link

Unrecognized font family 'FontAwesome' #1

Closed p4tric closed 4 years ago

p4tric commented 4 years ago

Hi,

Upon running code in IOS simulator, the movie list loads fine. But upon clicking on one of the movie items, I got this error:

image (1) image

p4tric commented 4 years ago

I still get this problem after pulling and running code.

simwx123 commented 4 years ago

Hi p4tric, I run simulator from the Xcode everything is fine. A suggestion to you is after pulling and "npm install" try go to the moviesApp/ios and type "pod install".

p4tric commented 4 years ago

Hi, I did a fresh clone, did npm install and goto moviesApp/ios and typed "pod install". I ran simulator from Xcode and i got this errors from Build:

image

simwx123 commented 4 years ago

Hi, I did a fresh clone, did npm install and goto moviesApp/ios and typed "pod install". I ran simulator from Xcode and i got this errors from Build:

image

I suspect is the xcode version, if you are using xcode 10 then try do this. 1.) In Xcode, go to File->Project/Workspace settings. 2.) Change the build system to Legacy Build system. 3.) command+shift+k 4.) command+b 5.) Click run button

p4tric commented 4 years ago

Xcode version is:

image

But I did the instruction eventhough im not in xcode 10. It worked and runs the movieApp.

simwx123 commented 4 years ago

Xcode version is:

image

But I did the instruction eventhough im not in xcode 10. It worked and runs the movieApp.

Simply remove duplicate reference fonts in "Copy Bundle Resources" NOT in "[CP] Copy Pods Resources".

Copy Bundle Resources can be found under the Build Phases` tab in the target in your project.