Changes between Version 35 and Version 36 of Getting-Started/iPhone
- Timestamp:
- Apr 15, 2011 3:14:26 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/iPhone
v35 v36 141 141 142 142 {{{ 143 export CFLAGS += -march=armv 6-mcpu=arm1176jzf-s -mcpu=cortex-a8144 export LDFLAGS += -march=armv 6-mcpu=arm1176jzf-s -mcpu=cortex-a8143 export CFLAGS += -march=armv7 -mcpu=arm1176jzf-s -mcpu=cortex-a8 144 export LDFLAGS += -march=armv7 -mcpu=arm1176jzf-s -mcpu=cortex-a8 145 145 }}} 146 146 147 147 Then rebuild PJSIP. 148 Next, change your XCode setting, tick Targets-ipjsua(or your application name)-Get Info-Build-Build Active Architecture Only-Yes.148 Next, change your XCode setting, go to Targets-ipjsua(or your application name)-Get Info-Build, select Architectures-armv7 and tick Build Active Architecture Only-Yes. 149 149 150 150 === Sound not working in the simulator ===