我不能在设备上构建和测试,因为Xcode给了我这个错误:
ld: file is universal (2 slices) but does not contain a(n) armv7 slice:YACropImage.a file '/Users/------/Desktop/Running APP/------/-----/YACropImage.a' for architecture armv7
ld: file is universal (3 slices) but does not contain a(n) armv7s slice: /Users/Shared/PhoneGap/Frameworks/PhoneGap.framework/PhoneGap for architecture armv7sCommand /Applications
app-ebcjtnqmxrkylhalerydbplwewus/Build/Intermediates/app.build/Debug-iphoneos/app.build/Objects-normal/armv7s/app normal armv7s setenv IPHONEOS_DEPLOYMENT_TARGET
我在这一步有一个问题: s := []int{2, 3, 5, 7, 11, 13} // Why after extend the length of the slice, the value in this slice is still [2 3 5 7]printSlice(s []int) {
fmt.Printf("len=%d