function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kevindotcarkevindotcar 

Native iOS Trailhead challenge compile problem

Hi everyone,

I'm stuck way at the beginning of the "Getting Started" challenge with the native iOS development challenge
https://developer.salesforce.com/trailhead/mobile_sdk_native_ios/mobilesdk_ios_getting_started

I keep getting 
ld: library not found for -lFMDB

I've made sure that my project Podfile has the FMDB pod specified;
pod 'FMDB/standalone', :subspecs => [
    'SmartSync'
]

But I still get a compile error.
Does anyone have a tip?

Thanks
 
Best Answer chosen by kevindotcar
kevindotcarkevindotcar
Just in case anyone has the same problem,  I figured it out.

'Build Active Architecture Only'    had to be set to "No"  for the debug architecture for both the project and the Pods.xcproject files.