简体   繁体   English

Xcode 9.2被困在编译Swift 3.2项目中

[英]Xcode 9.2 stuck in compiling Swift 3.2 Project

Compiling Swift 3.2 project stuck and eats up memory in Xcode 9. I believe there are memory leaks in our project. 编译Swift 3.2项目时卡住了,吞噬了Xcode 9中的内存。我相信我们的项目中存在内存泄漏。 But I can build and run the same project in Xcode 8.3.3 without problems. 但是我可以在Xcode 8.3.3中构建并运行相同的项目,而不会出现问题。 Can anyone help me with this problem? 谁能帮助我解决这个问题?

Here are the pods I use: 这是我使用的豆荚:

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
use_frameworks!
target 'flyakeed' do

    pod 'lottie-ios', '~> 2.1.3'

    pod 'Alamofire', '~> 4.3'

    pod 'SwiftyJSON', '~> 3.1.4'

    pod 'NHRangeSlider', '~> 0.2'

    pod 'MGSwipeTableCell', '~> 1.5.6'

    pod 'Kingfisher', '~> 3.13.1'

    pod 'JTAppleCalendar', :git => 'https://github.com/patchthecode/JTAppleCalendar.git', :commit => 'd705c7467e43ae2675cfde6521bdf52faaebf2de'

    pod 'Socket.IO-Client-Swift', '~> 10.0.0'

    pod 'OneSignal', '>= 2.5.2', '< 3.0'

    pod 'GoogleAnalytics'

    pod 'FBSDKCoreKit'

end

target 'OneSignalNotificationServiceExtension' do

    pod 'OneSignal', '>= 2.5.2', '< 3.0'

end

怀疑这是您的问题,但是在遵循@dr_barto的建议(Cmd + 9)之后,我注意到我尚未登录任何团队... Xcode决定在某个时候将我注销,并一直保持沉默。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM