1

I just downloaded and unpacked the ZIP for InAppSettingsKit. For all three versions of the sample app, I am having problems when trying to build and run in Xcode 10.0:

  • IASKSampleAppStaticLibrary.xcodeproj: fatal error: 'InAppSettingsKit/IASKSpecifier.h' file not found
  • InAppSettingsKitSampleApp.xcodeproj: CustomViewCell.xib:global: error: Compiling IB documents for earlier than iOS 7 is no longer supported.
  • InAppSettingsKitSampleAppStoryboard.xcodeproj: 'InAppSettingsKit/IASKAppSettingsViewController.h' file not found (in SettingsViewController.h)

Are these sample apps not up-to-date or am I missing something?

Jekapa
  • 169
  • 15

1 Answers1

2

Just open the InAppSettingsKit.xcworkspace and select any target.

Ortwin Gentz
  • 52,648
  • 24
  • 135
  • 213