跳到主要內容

ios this iphone 7 plus is running ios which may not be supported by this version of Xcode--解決辦法

ios this iphone 7 plus is running ios which may not be supported by this version of Xcode
這幾天,iphone更新了IOS10.1,今天要繼續作業時卻出現了,“this iphone 7 plus is running ios which may not be supported by this version of Xcode”,去app store尚未釋出新版8.1版本,轉向去APPLE開發者網頁,下載https://developer.apple.com/download/

Xcode 8.1 GM seed版本,於是在這簡單紀錄下~


留言

這個網誌中的熱門文章

IOS Swift 在某路徑下產生檔案 txt json

語法:         func createFile(name: String , fileBaseUrl: URL ){             let manager = FileManager . default                          let file = fileBaseUrl. appendingPathComponent (name)             print ( "文件: \ ( file )" )             let exist = manager. fileExists (atPath: file. path )             if !exist {                 let data = Data (base64Encoded: "aGVsbG8gd29ybGQ=" ,options:. ignoreUnknownCharacters )                 let createSuccess = manager. createFile (atPath: file. path ,contents:data,attributes: nil )                 print ( "文件產生结果: \ ( createSuccess )" )             } ...

android eclipse transformation to android studio Error AAPT: error: style attribute 'attr/@attr/colorChecked (aka com.xxxxx:attr/@attr/colorChecked)' not found.

AAPT: error: style attribute 'attr/@attr/colorChecked 刪除 " @attr/" 即可!!