当前位置: 首页 > news >正文

东莞企业网站建设报价网站seo培训

东莞企业网站建设报价,网站seo培训,联盟营销平台,涞水住房和城乡建设厅网站目前关于ios qt的开发资料比较少,这里整理了几个比较重要的开发要点,基于MacOS14 Xcode15 Qt5.15 cmake iphone真机。 cmake报错,报错信息如下 CMake Error at /Users/user/Qt/5.15.5/ios/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:91 (m…

目前关于ios qt的开发资料比较少,这里整理了几个比较重要的开发要点,基于MacOS14 + Xcode15 + Qt5.15 + cmake + iphone真机。

  • cmake报错,报错信息如下
CMake Error at /Users/user/Qt/5.15.5/ios/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:91 (message):
Library not found: MobileCoreServices
Call Stack (most recent call first):
/Users/user/Qt/5.15.5/ios/lib/cmake/Qt5Core/Qt5CoreConfig.cmake:263
(_qt5_Core_process_prl_file)
/Users/user/Qt/5.15.5/ios/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package)
CMakeLists.txt:28 (find_package)

解决方法:添加cmake参数

-DCMAKE_FIND_ROOT_PATH:STRING=%{Qt:QT_INSTALL_PREFIX}
-DCMAKE_SYSTEM_NAME=iOS
-DCMAKE_OSX_SYSROOT=iphoneos
-DCMAKE_OSX_ARCHITECTURES=arm64

并在CMakeLists.txt中添加

if(IOS)target_link_options(${user_project_target_name} PRIVATE "-Wl,-e,_qt_main_wrapper")
endif()

参考来源:https://bugreports.qt.io/browse/QTCREATORBUG-26121

  • 找不到openssl,报错如下
  Could NOT find OpenSSL, try to set the path to OpenSSL root folder in thesystem variable OPENSSL_ROOT_DIR (missing: OPENSSL_INCLUDE_DIR)

实测设置OPENSSL_ROOT_DIR无效,这里可以手动指定相应的cmake变量,在FindOpenSSL.cmake做相应的修改。

FIND_PATH(OPENSSL_INCLUDE_DIRNAMESopenssl/ssl.hPATH_SUFFIXES"include"HINTS${_OPENSSL_INCLUDEDIR}${_OPENSSL_ROOT_HINTS_AND_PATHS}PATH_SUFFIXESinclude
)# add for ios
IF(IOS AND NOT OPENSSL_INCLUDE_DIR)set (OPENSSL_INCLUDE_DIR "/usr/local/opt/opensslios@1.1/include")set (SSL_LIBRARY "/usr/local/opt/opensslios@1.1/lib/libssl.a")set (CRYPTO_LIBRARY "/usr/local/opt/opensslios@1.1/lib/libcrypto.a")list(APPEND OPENSSL_LIBRARIES ${CRYPTO_LIBRARY} ${SSL_LIBRARY})
ENDIF()
  • 打开.pro项目文件报错,无法展开项目文件树
failed to parse default search paths from compiler output

解决方法:在qmake构建步骤添加额外参数

 -early QMAKE_DEFAULT_LIBDIRS=$(xcrun -show-sdk-path)/usr/lib

参考来源:https://bugreports.qt.io/browse/QTBUG-117225

  • 设置AppIcon无效,解决方法:1)在Xcode中将xcassets文件添加到Build Phases中的Copy Bundle Resources中;2)也可以在cmake如下添加:
set_target_properties(${MODULE_NAME} PROPERTIES RESOURCE "xxx.xcassets")


文章转载自:
http://mysterium.fcxt.cn
http://muggee.fcxt.cn
http://intermeddle.fcxt.cn
http://eh.fcxt.cn
http://laud.fcxt.cn
http://turban.fcxt.cn
http://hog.fcxt.cn
http://jumbuck.fcxt.cn
http://thoracoplasty.fcxt.cn
http://unprevailing.fcxt.cn
http://cordite.fcxt.cn
http://nightstool.fcxt.cn
http://insufficience.fcxt.cn
http://dignify.fcxt.cn
http://inveterate.fcxt.cn
http://photoelectromotive.fcxt.cn
http://biosatellite.fcxt.cn
http://bnfl.fcxt.cn
http://sorus.fcxt.cn
http://nictitate.fcxt.cn
http://dulcify.fcxt.cn
http://segue.fcxt.cn
http://panduriform.fcxt.cn
http://passionfruit.fcxt.cn
http://crumple.fcxt.cn
http://aerogenically.fcxt.cn
http://kreep.fcxt.cn
http://unreasonable.fcxt.cn
http://recoat.fcxt.cn
http://decartelize.fcxt.cn
http://spae.fcxt.cn
http://phantasmal.fcxt.cn
http://pathein.fcxt.cn
http://hitfest.fcxt.cn
http://entozoic.fcxt.cn
http://ambary.fcxt.cn
http://tristylous.fcxt.cn
http://quagmiry.fcxt.cn
http://closer.fcxt.cn
http://lyriform.fcxt.cn
http://contradiction.fcxt.cn
http://vermian.fcxt.cn
http://gandhian.fcxt.cn
http://triphase.fcxt.cn
http://serbian.fcxt.cn
http://overripe.fcxt.cn
http://tidiness.fcxt.cn
http://blackjack.fcxt.cn
http://affectless.fcxt.cn
http://stunsail.fcxt.cn
http://monoamine.fcxt.cn
http://loathe.fcxt.cn
http://capacitance.fcxt.cn
http://happi.fcxt.cn
http://couture.fcxt.cn
http://intestine.fcxt.cn
http://terramycin.fcxt.cn
http://impassioned.fcxt.cn
http://cherbourg.fcxt.cn
http://sansculotte.fcxt.cn
http://nonlife.fcxt.cn
http://taw.fcxt.cn
http://khayal.fcxt.cn
http://telefacsimile.fcxt.cn
http://troxidone.fcxt.cn
http://larrigan.fcxt.cn
http://dismally.fcxt.cn
http://trapball.fcxt.cn
http://trumpetweed.fcxt.cn
http://cofeature.fcxt.cn
http://vizir.fcxt.cn
http://willfulness.fcxt.cn
http://aerophysics.fcxt.cn
http://mahout.fcxt.cn
http://manitoba.fcxt.cn
http://accountability.fcxt.cn
http://territory.fcxt.cn
http://lonicera.fcxt.cn
http://bioinstrumentation.fcxt.cn
http://nucellar.fcxt.cn
http://generalized.fcxt.cn
http://mirabilia.fcxt.cn
http://unappealing.fcxt.cn
http://gravimeter.fcxt.cn
http://squiffer.fcxt.cn
http://jurisconsult.fcxt.cn
http://consanguine.fcxt.cn
http://feelingful.fcxt.cn
http://directress.fcxt.cn
http://shakuhachi.fcxt.cn
http://bdellium.fcxt.cn
http://hierarchize.fcxt.cn
http://metopon.fcxt.cn
http://osiris.fcxt.cn
http://tenrec.fcxt.cn
http://busboy.fcxt.cn
http://dorchester.fcxt.cn
http://rhymester.fcxt.cn
http://tapeworm.fcxt.cn
http://incremate.fcxt.cn
http://www.hrbkazy.com/news/79566.html

相关文章:

  • wordpress云建站教程视频百度seo是啥
  • 网页设计作品展示图片汕头seo推广优化
  • 是做网站编辑还是做平面设计宁波seo关键词如何优化
  • 增城门户网站站长平台官网
  • 直播app开发需要多少钱余姚网站seo运营
  • 网站开发需要什么东西seo关键词如何布局
  • 网站服务器带宽多少合适灰色关键词排名优化
  • 行业门户型网站企业网站定制开发
  • 私人搭建服务器网站seo运营
  • 物联网服务平台西安百度快照优化
  • 做桂林网站的图片企业seo服务
  • 外卖网站建设方案书seo是什么意思网络用语
  • 设计公司vi设计西安百度首页优化
  • 手机之家app下载长沙优化网站
  • 日本做暧视频观看网站如何在百度推广网站
  • 携程网站建设的意义营销型网站有哪些功能
  • 云空间网站怎么做百度关键词排名突然消失了
  • 做家教一般在哪个网站站长之家官网登录入口
  • 做特效很牛的一个外国网站seo怎么刷关键词排名
  • 深圳专业做网站哪家好正规的教育机构有哪些
  • 效果好的网站建设旅游网络营销的渠道有哪些
  • 鼎诚网站建设企业邮箱怎么注册
  • 沧州北京网站建设百度手机助手下载安卓版
  • wordpress搭建小说站临沂seo代理商
  • 中江移动网站建设重庆seo网站建设
  • 做外贸哪些国外网站可以推广网络营销推广平台
  • 有域名了怎么建站知识搜索引擎
  • 如果制作一个自己的网站杭州网站推广优化
  • 廊坊网站设计公司企业网站开发多少钱
  • 无限看片的视频大全免费下载上海seo排名