sunnylqm / react-native-storage

local storage wrapper for both react-native and browser. Support size controlling, auto expiring, remote data auto syncing and getting batch data in one query.
MIT License
3.02k stars 268 forks source link

问一下,rn创建的项目iOS版本默认从9.0开始嘛 #195

Closed chunipo closed 6 years ago

chunipo commented 6 years ago

是不是默认创建都是从9.0开始的,我在iOS工程里把所有版本改成了8.0,但是在运行8.0系统时还是会报:

dyld: Symbol not found: _objc_unsafeClaimAutoreleasedReturnValue
  Referenced from: /Users/weiyuxiang/Library/Developer/CoreSimulator/Devices/DDB5874E-098B-4BA1-B1FB-39806B969730/data/Containers/Bundle/Application/BA9EC4C7-14CE-42D2-9048-1F003AA53D5D/Exploration.app/Exploration
  Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib

可以麻烦给我看一下解决方法吗?

sunnylqm commented 6 years ago

走错片场了