I have downloaded the iProcessing framework (lets you build native javascript apps for iPhone) and when I try to compile, I get:
Undefined symbols for architecture i386:
"_ADBannerContentSizeIdentifier320x50", referenced from:
-[TiUIiOSAdViewProxy SIZE_320x50] in TiUIiOSAdViewProxy.o
"_ADBannerContentSizeIdentifier480x32", referenced from:
-[TiUIiOSAdViewProxy SIZE_480x32] in TiUIiOSAdViewProxy.o
"_OBJC_CLASS_$_ADBannerView", referenced from:
objc-class-ref in TiUIiOSAdView.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
These three build errors are preventing the app from compiling properly. Does anyone have an idea how I can fix them?
Other info: I'm new to Obj-C, as you can see, and I'm hoping to use this framework as a springboard to get me into real iOS programming.
Make sure you link in the iAd framework to your project. Do this by going to your project settings in Xcode. Then select your target and in the right pane go to "Build Phases." Then in the "Link Binary with Libraries" section hit the "+" button to add more frameworks. Select iAd.framework click "Add" and then rebuild.
The screen looks something like this:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With