Home > AI > IOS > XCode >

(error) symbol not found

Reason:

static libraries were added in Copy Bundle Resources, you should

  1. remove them from Copy Bundle Resources
  2. add them to Linked Binary with Framworks
  3. remove the add to target in the static library folder

Leave a Reply