[DOC] 檢查 3/23 d0ecd02 之後的版本compile
Opened this issue · 3 comments
TzuHanLiang commented
目前可以 compile 的版本功能還不完整,需要找出功能最接近 6/30 v1.0.2 的版本
- 先嘗試直接compile 3/23 d0ecd02 後的版本,找到從哪個版本開始不能 compile
- 判斷跳過該版本或是跳過 lib & flutter upgrade 是否可以compile
TzuHanLiang commented
TzuHanLiang commented
- merge 50646a9 就會使得 app compile 失敗
- 是由 library sign_in_with_apple 造成的,目前的線索為
error: enum cases with associated values cannot be marked potentially unavailable with '@available'
解法為: https://stackoverflow.com/questions/63973136/the-ios-deployment-target-iphoneos-deployment-target-is-set-to-8-0-in-flutter
- 是由 library sign_in_with_apple 造成的,目前的線索為
TzuHanLiang commented
- merge c69351c 會使得 app compile 失敗 ,失敗原因同 develop 版本
- 是由 library sign_in_with_google 造成的,目前暫無解法