【iOS】使用SQLite3的时候Swift3.、XCode8报错:Unsupported architecture - 'armarch.h'file not found - Could not

    xiaoxiao2021-12-14  20

    【iOS】使用SQLite3的时候Swift3.、XCode8报错:Unsupported architecture - 'arm/arch.h'file not found - Could not build module 'Darwin' - Could not build module 'sqlite3' - Failed to import bridging header '…..'

    如果出现了找不到模块的错误,并且有如下报错:

    Unsupported architecture‘arm/arch.h’file not foundCould not build module ‘Darwin’Could not build module ‘sqlite3’Failed to import bridging header ‘…..’

    解决方法:在自己编写的SQLiteManager文件里面不需要写import sqlite3这句话。。直接使用SQLite语句就行了

    转载请注明原文地址: https://ju.6miu.com/read-970603.html

    最新回复(0)