RySi Sun

Results 5 issues of RySi Sun

## pod lib create when I create a private libraries, I need to use the R.swift framework for some views. ## *.podspec ```ruby Pod::Spec.new do |s| # ... simple things...

https://github.com/CoderMJLee/MJRefresh/assets/88606535/4f672147-007c-41f0-bb89-659b8ad3bbda 我继承 **UICollectionViewLayout** 自定义了一个layout,在实现的时候出现了上述情况 ```Swift let header = MJRefreshGifHeader { // self.mappy.clean() // self.request(sno: "2021215154") } .autoChangeTransparency(true) .set_refresh_sports() .ignoredScrollView(contentInsetTop: -58) .link(to: collectionView) header.isCollectionViewAnimationBug = true header.endRefreshingAnimationBeginAction = { collectionView.collectionViewLayout.finalizeLayoutTransition() }...

网上的一些解决方案是基于将arm64排除掉: 在podfile里面书写:(大同小异) ```ruby post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings['ONLY_ACTIVE_ARCH'] = 'NO' config.build_settings['VALID_ARCHS'] = 'arm64 arm64e armv7 armv7s x86_64 i386' config.build_settings['EXCLUDED_ARCHS[sdk=iphonesimulator*]'] = 'arm64' config.build_settings['HEADER_SEARCH_PATHS'] = '$(PROJECT_DIR)/**' config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0' config.build_settings['EXPANDED_CODE_SIGN_IDENTITY']...

I want to extract the `foodAndDrinkEmojis` property of `MCUnicodeManager` and randomly generate an emoji, but they are all file private.

Device: real device - iPhone 15 Xcode: 16.2 Code: ```Swift @_exported import InjectHotReload class MMWindow: UIWindow { override var rootViewController: UIViewController? { get { super.rootViewController } set { if let...