iphone - AdWhirl Implementation error -


I have a blank encoded document and TRAI is to implement AdWhirl, when I rebel it, I have These are errors.

  undefined symbols: "_SCNetworkReachabilityScheduleWithRunLoop", refers to: - [AWNetworkReachabilityWrapper scheduleInCurrentRunLoop] refers to, "_SCNetworkReachabilityUnscheduleFromRunLoop" in AWNetworkReachabilityWrapper.o: - the [AWNetworkReachabilityWrapper unscheduleFromCurrentRunLoop] AWNetworkReachabilityWrapper.o "_SCNetworkReachabilityCreateWithName", Referenced: - [AWNetworkReachabilityWrapper initWithHostname: callbackDelegate:] AWNetworkReachabilityWrapper.o "_SCNetworkReachabilitySetCallback", referenced from: - [AWNetworkReachabilityWrapper initWithHostname: callbackDelegate: AWNetworkReachabilityWrapper.o ld: Symbol (s) not found collect2: ld 1 exit status   >  

mConfiguration.framework . Add it, and check that you also have other necessary frameworks.

From:

Add the required system framework to supported ad networks:

 < Code> iAd Quartzcore system configuration      >    

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -