Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to solve armv6, armv7 problem in order to distrubute my app?
    text
    copied!<p>In order to distribute my app via App store,<br> Is it nessecary to make my app excutable in both armv6 and armv7?</p> <p>After I upgraded xcode version to 4, My app don't be compiled.<br> Because external libraries don't support armv7. </p> <p>This is error message.</p> <pre><code>Undefined symbols for architecture armv7: "_OBJC_CLASS_$_WXRadioItem", referenced from: objc-class-ref in WunderRadioAppDelegate.o objc-class-ref in SkinViewController.o "_ExpandString", referenced from: -[DebugController runPressed:] in DebugController.o -[DebugController lngPressed:] in DebugController.o -[SkinViewController expandString:] in SkinViewController.o "_Status_SetNewStatusByKey", referenced from: -[WunderRadioAppDelegate applicationDidReceiveMemoryWarning:] in WunderRadioAppDelegate.o "_OBJC_CLASS_$_FavoriteViewController", referenced from: objc-class-ref in WunderRadioAppDelegate.o "_CMAudioPlayerAudioIsAvailableNotification", referenced from: -[DebugController gotRunNotification:] in DebugController.o -[DebugController gotLngNotification:] in DebugController.o "_OBJC_CLASS_$_EnhancedAlertView", referenced from: objc-class-ref in DebugController.o "_OBJC_CLASS_$_RadioTimeBrowser", referenced from: objc-class-ref in WunderRadioAppDelegate.o objc-class-ref in SkinViewController.o "_OBJC_CLASS_$_Reachability", referenced from: objc-class-ref in WunderRadioAppDelegate.o "_gStreamingAudioPlayerTimerMax", referenced from: -[PreferenceViewController initWithNibName:bundle:] in PreferenceViewController.o -[PreferenceViewController makemp3Buffer:] in PreferenceViewController.o "_OBJC_CLASS_$_WebViewController", referenced from: objc-class-ref in WunderRadioAppDelegate.o "_CMAudioPlayerAudioDidStopNotification", referenced from: -[DebugController gotLngNotification:] in DebugController.o -[SkinViewController initWithNibName:bundle:] in SkinViewController.o "_OBJC_CLASS_$_MusicViewController", referenced from: objc-class-ref in WunderRadioAppDelegate.o "_OBJC_CLASS_$_WBSettingsManager", referenced from: objc-class-ref in WunderRadioAppDelegate.o objc-class-ref in PreferenceViewController.o "_OBJC_CLASS_$_SettingsAndKeyChainStorage", referenced from: objc-class-ref in WunderRadioAppDelegate.o objc-class-ref in DebugController.o objc-class-ref in SkinViewController.o "_CMAudioPlayerAudioIsDoneNotification", referenced from: -[DebugController gotLngNotification:] in DebugController.o "_OBJC_CLASS_$_WebAudioPlayer", referenced from: objc-class-ref in SkinViewController.o "_OBJC_CLASS_$_URLBackgroundOperation", referenced from: objc-class-ref in SkinViewController.o "_CMAudioPlayerAudioDidPlayNotification", referenced from: -[SkinViewController initWithNibName:bundle:] in SkinViewController.o "_Status_SetNewStatusString", referenced from: -[SkinViewController setShowingPlay:] in SkinViewController.o "_Status_GetCurrentStatus", referenced from: -[LevelMeterView updateBargraph:] in LevelMeterView.o ld: symbol(s) not found for architecture armv7 collect2: ld returned 1 exit status </code></pre> <p>Any help/suggetion would be appreciated.</p> <p>Thanks in advance.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload